home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / timeoutwrite.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  131 b   |  9 lines

  1. #ifndef TIMEOUTWRITE_H
  2. #define TIMEOUTWRITE_H
  3.  
  4. #define TIMEOUTWRITE(s,fd) (((s) << 10) | (fd))
  5.  
  6. extern int timeoutwrite();
  7.  
  8. #endif
  9.